LICENSE
README.md
pyproject.toml
agent_notify.egg-info/PKG-INFO
agent_notify.egg-info/SOURCES.txt
agent_notify.egg-info/dependency_links.txt
agent_notify.egg-info/entry_points.txt
agent_notify.egg-info/requires.txt
agent_notify.egg-info/top_level.txt
agentnotify/__init__.py
agentnotify/cli.py
agentnotify/config/__init__.py
agentnotify/config/config.py
agentnotify/core/__init__.py
agentnotify/core/notifications.py
agentnotify/core/output.py
agentnotify/core/procinfo.py
agentnotify/core/result.py
agentnotify/core/runner.py
agentnotify/core/shellhooks.py
agentnotify/core/timefmt.py
agentnotify/core/watcher.py
agentnotify/notify/__init__.py
agentnotify/notify/base.py
agentnotify/notify/console.py
agentnotify/notify/macos.py
agentnotify/notify/null.py
agentnotify/notify/windows.py
tests/test_auto_detect.py
tests/test_cli_commands.py
tests/test_integration.py
tests/test_notify.py
tests/test_output.py
tests/test_runner.py
tests/test_shellhooks.py
tests/test_watcher.py